In This Topic
Adds a list of entries to the current zip file.
Syntax
Public Overloads Sub Add( _
ByVal () As String _
)
public void Add(
string[]
)
Parameters
- fileNames
- Array containing the file names of the entries to be added to the zip file.
See Also